home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / util / arc / CheckX.lha / CheckX / CheckX.readme < prev    next >
Encoding:
Text File  |  2001-07-13  |  7.4 KB  |  151 lines

  1. Short:    V1.85 Check for Archive/Packer/Virus
  2. Uploader: stoecker@epost.de (Dirk Stoecker)
  3. Author:   stoecker@epost.de (Dirk Stoecker)
  4. Type:     util/arc
  5. Requires: util/arc/xadmaster.lha
  6.           util/pack/xfdmaster.lha
  7.           util/virus/xvslibrary.lha
  8.           util/pack/xpk_User.lha
  9. Version:  1.85
  10.  
  11. This program uses xfdmaster.library (see util/pack/xfdmaster.lha) and
  12. xvs.library (util/virus/xvsLibrary.lha) for packer and virus scanning.
  13. The xadmaster.library (see util/arc/xadmaster.lha) is used to dearchive
  14. file and disk archives.
  15.  
  16. The xfdmaster.library (V39) and xadmaster.library (V10) are needed to
  17. run the utility. The xvs.library is recommended! The xpkmaster.library
  18. is needed with ASKPWD password only (and to decrunch XPKF files).
  19.  
  20. NOTE: xadmaster.library is Shareware, so think about registering when
  21. using this utility. See conditions in xadmaster.library distribution.
  22.  
  23. CheckX unpacks archives and packed files as deep as possible:
  24.  - you can unarchive a crunched archive as well
  25.  - multiple crunched files can be decrunched
  26.  - multiple archives can be extracted
  27.  - multiple disk archives can be extracted
  28.  - linked and crunched and archived files are no problem
  29.  
  30. This all depends mainly on your memory size! If have around 50MB and have
  31. only little problems with really large files.
  32.  
  33. Call CheckX with a ? and you get following argument list:
  34.  FROM,LOG,SAVE/K,ALL/S,ASKPWD/S,PRINTALL/S,PRINTEXEC/S,
  35.  NODECRUNCH/S,NOUNLINK/S,NOUNARCHIVE/S,NOUNTRACK/S,NOSILENT/S,
  36.  NOSTRIP/S,NOVIRUS/S,DEBUG/S,QUIET/S,SAVEALL/S,SECTORCHECK/S
  37.  
  38. Enter a ? again and you get a short doc:
  39.  FROM        source file or directory - may contain patterns
  40.  LOG         log file name
  41.  SAVE        directory, where decrunched files are saved
  42.  ALL         scan deep into directories
  43.  ASKPWD      ask for password when needed (needs xpkmaster.library)
  44.  PRINTALL    print all filenames
  45.  PRINTEXEC   print names of all executable files
  46.  NODECRUNCH  do not decrunch files with xfdmaster
  47.  NOUNLINK    do not unlink files with xfdmaster
  48.  NOUNARCHIVE do not call archiver for unarchiving file archives
  49.  NOUNTRACK   do not call archiver for unarchiving track archives
  50.  NOSILENT    do not disable dos requests
  51.  NOSTRIP     do not strip useless hunks
  52.  NOVIRUS     do not scan with xvs.library for viruses
  53.  DEBUG       also output texts to serial debug engine
  54.  QUIET       do not output texts to console
  55.  SAVEALL     saves all files (also uncrunched) except address files
  56.  SECTORCHECK checks the files for virus infected sectors
  57.  
  58. A bit more explanation:
  59. LOG         The output is written to a file as well as to the standard
  60.             output stream. The main purpose CheckX was written for is
  61.             to scan for crunched files and to test the decrunch
  62.             routines. So the logging may take some more time, but is
  63.             very stable, as the last log-entry is always the file which
  64.             possibly crashed the machine.
  65.             The logfile can be accessed by other programs for read and write
  66.             the whole time CheckX works (and surely after that). But writing
  67.             is not recommended, as this may produce a corrupted file.
  68. SAVE        If this keyword is given, all uncrunched/unlinked/stripped
  69.             files will be saved in the directory given with that keyword.
  70.             The directory must already exist! Sub directories are created
  71.             automatically.
  72.             If files are unlinked, they get saved with .1, .2, ...
  73.             extensions. Address crunched files are not saved. Use
  74.             xfdDecrunchAddr or xfdDecrunch to do so.
  75. DEBUG       Should not be used normally. This brings the normal output to
  76.             serial debugging terminal or catcher tools like Sushi. This
  77.             allows a lot easier to detect files producing hits.
  78. ASKPWD      Calls the xpkmaster.library password request to get a password.
  79.             For archive files, the password is asked after first decrunching
  80.             it and getting an password error. The inserted password is reused
  81.             for next entries of this archive and only if it is wrong it is
  82.             again requested.
  83. SECTORCHECK enables XVS sector checking. Note that CheckX checks all files and
  84.             thus may produce wrong detections with normal files (althought this
  85.             should be very rare). This is done to get all disk images checked
  86.             also.
  87.  
  88. CheckX has following return values:
  89.  0  - all ok
  90.  5  - either no virus checking possible or virus found
  91.  20 - an error occured and CheckX was unable to do anything
  92.  
  93. CheckX cannot scan files, which are read-protected. You get CheckX error 4
  94. as result in that case. Unprotect files and scan again when you want. For
  95. files contained in archives, the protection bits are ignored.
  96.  
  97. CheckX is completely reentrant and may work fine twice or more times
  98. parallel (You can set the pure file protection bit and make it resident).
  99. But it is not recommended to call it multiple times as CheckX normally needs
  100. lots of memory.
  101.  
  102. This is a batch tool, so drink a coffee or two or three during its work.
  103. Check the logfile afterwards. Use a text-editor and scan case sensitive
  104. for "-Virus" and you get lines which are related to viruses (and mostly
  105. only the important lines). A scan with "XFD-", "XAD-", "CheckX-" or
  106. "-Error" brings lines which produced errors.
  107.  
  108. The complete number of found viruses is logged at the file end, if the
  109. scan found some of them. Also the scan time and the number of errors
  110. (if some appeared) is logged.
  111.  
  112. If the permanent file scrolling slows down your computer try setting the
  113. output stream to a raw mode display using following redirect command:
  114. ">RAW:0/11/640/50/CheckX-Output/AUTO/CLOSE/WAIT".
  115. To get CheckX really silent either use LOG option and call CheckX with
  116. QUIET or redirect normal output into logfile with ">filename".
  117.  
  118. CheckX detects all the viruses found by xvs.library, which contains the
  119. complete antivirus knowledge of VirusZ utility by Georg Hörmann, Alex van
  120. Niel and Jan Erik Olausen. CheckX cannot remove detected viruses. You
  121. still need antivirus software like VirusZ, VirusExecutor, VT or
  122. Virus_Checker. I always run VirusZ in the background to check for viruses.
  123. CheckX also scans disk archive information texts for packers and viruses,
  124. bootsectors of dearchived disks and is able to scan for destroyed sectors.
  125. The memory is scanned once after starting CheckX.
  126.  
  127. Error 11 (Could not check for virus) mostly means, that the file is a bit
  128. to large and such files are normally archives only. So in most cases this
  129. error is harmless!
  130.  
  131. If there are serious errors, please report them, but CheckX has a long
  132. way of development and I hope it is really stable now.
  133. Send me files, which cause the system to bring Enforcer/MungWall/PatchWork
  134. hits or crash the computer. If the files are larger, please contact me
  135. first.
  136.  
  137. This program is Freeware. Use it as you want, but WITHOUT ANY WARRANTY!
  138.  
  139. Contact me at:
  140.  
  141. *********************************************************************
  142. * snail-mail:                  * e-mail:                            *
  143. *   Dirk Stoecker              *   stoecker@epost.de                *
  144. *   Geschwister-Scholl-Str. 10 *   dirk@dstoecker.de                *
  145. *   01877 Bischofswerda        * world wide web:                    *
  146. *   GERMANY                    *   http://www.dstoecker.de/         *
  147. * phone:                       * pgp key:                           *
  148. *   GERMANY +49 (0)3594/706666 *   get from WWW pages or keyservers *
  149. *********************************************************************
  150.  
  151.